home *** CD-ROM | disk | FTP | other *** search
- .TH FFMERGE
- 6 "IRIT Version 6.0"
- .SH NAME
- FFMERGE
-
-
-
- CurveType FFMERGE( ListType E1Curves, NumericType PointType )@
-
- or
-
- SurfaceType FFMERGE( ListType E1Surfaces, NumericType PointType )
-
- Merges the scalar curves in the list of curves E1Curves or list
- of surfaces E1Surfaces to one vector curve/surface of point type
- PointType.
-
- Example:
-
- Srf = FFMERGE( list( SrfW, SrfX, SrfY ), P2 );
-
- merges three scalar surfaces into a single surface with point type P2.
- See also FFSPLIT, FFPTTYPE.
-